GtkPopover: Protect against transparent backgrounds
authorTimm Bäder <mail@baedert.org>
Tue, 5 Jan 2016 18:05:43 +0000 (19:05 +0100)
committerTimm Bäder <mail@baedert.org>
Fri, 8 Jan 2016 08:14:03 +0000 (09:14 +0100)
commit711ffd648ed191bad9f0a956cf05905a73a9e4bd
tree024fd1776912485b26053def4a7481a52c620dd6
parentfa66b271f8c96d86bcb7eb7f315628ea3674aafd
GtkPopover: Protect against transparent backgrounds

If the background is transparent, we can't use it for the input shape,
since that will be empty. Draw a box with rounded corners irectly
instead, in fully opaque black.

https://bugzilla.gnome.org/show_bug.cgi?id=759905
gtk/gtkpopover.c